feat(session): Single user session#13416
Conversation
1556c4e to
8218563
Compare
|
Just wondering what happens when a user uses the API. Will there be a session created as well? |
This is a valid question. I do not know at this moment. I will test it. |
I executed a test where the user used a token to access the API. He had not been logged off. He was only logged off when I logged in as the same user in a private session. |
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
8218563 to
1be63e0
Compare
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
mtesauro
left a comment
There was a problem hiding this comment.
Approved
Thanks for making it configurable
Some security policies require allowing users to have only one active session.
This PR allows activating this behaviour. Default behaviour is still the same (multiple sessions allowed).